home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / NORTE.DXR / 00834.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  179 b   |  12 lines

  1. on enterFrame
  2.   global V
  3.   set V to the volume of sprite 1
  4.   set the visible of sprite 1 to 1
  5.   updateStage()
  6.   set the movieRate of sprite 1 to 0
  7. end
  8.  
  9. on exitFrame
  10.   pause()
  11. end
  12.